'Declaration
<DescriptionAttribute("Specifies if the annotation can be rotated in design time")> Public Property CanRotate As Boolean
[Description("Specifies if the annotation can be rotated in design time")] public bool CanRotate {get; set;}
public read-write property CanRotate: Boolean;
DescriptionAttribute("Specifies if the annotation can be rotated in design time") public function get,set CanRotate : boolean